home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje testowe / Partition Star / PSDOS.HLP (.txt) < prev    next >
Borland Turbo Vision Help  |  2001-02-03  |  55KB  |  1,154 lines

  1.  Contents 
  2. INTRODUCTION: %
  3.  Short
  4. Overview
  5.  System
  6. Requirements
  7. PARTITIONING: d
  8.  BASICS:
  9.   Hard
  10. Structure
  11.   Primary
  12. Secondary
  13. Partitions
  14.   File
  15. Systems
  16.   Partitioning
  17. Programs
  18.  CREATING:
  19.   Planning
  20.   Modifying
  21. Existing
  22.   Partition
  23. Types
  24.   Creating
  25. Partitions
  26.  CONFIGUREING:
  27.   Formatting
  28. Partitions
  29.   Installing
  30. Operating
  31. Systems
  32.  BOOTING:
  33.   Booting
  34. without
  35. Bootmanager
  36.   Booting
  37. Bootmanager
  38. PROBLEMS / SOLUTIONS: 
  39.  Overview
  40.  Problems
  41. Windows
  42. 95/98/ME
  43.  Problems
  44. Windows
  45. NT/2000
  46.  Problems
  47. Linux
  48.  Problems
  49. Hardware
  50.  Problems
  51. Software
  52. PROGRAM: 5
  53.  MENU "FILE":
  54.   Open
  55. Table
  56.   Save
  57. Table
  58.   Copy
  59. Partition
  60.   Open
  61. Master
  62. Record
  63.   Save
  64. Master
  65. Record
  66.   Build
  67. Emergency
  68.  MENU "EDIT":
  69.   Properties
  70. partition
  71.   Select
  72. Partition
  73.   Remove
  74.   Formatting
  75.  MENU "WINDOWS":
  76.   Partition
  77. table
  78.   Extended
  79. Partition
  80. table
  81.  MENU "HELP":
  82.   Registration
  83. COMMAND OPTIONS: 5
  84.  Overview
  85.  Script
  86.  Return
  87. Values
  88. Using
  89. Exitcode
  90. OTHERS: }
  91.  Shareware
  92.  Order
  93.  Updates
  94.  Copyright
  95.  Liability
  96. Warranty
  97.  Frequently
  98. Asked
  99. Questions
  100. (FAQ)
  101.  History
  102. Development
  103.  Index
  104.  Index 
  105.  Booting
  106. Bootmanager
  107.  Booting
  108. without
  109. Bootmanager
  110.  Build
  111. Emergency
  112.  Command
  113. Options
  114. (Overview)
  115.  Copy
  116. Partition
  117.  Copyright
  118.  Creating
  119. Partitions
  120.  Properties
  121. partition
  122.  Extended
  123. Partition
  124. Table
  125.  File
  126. Systems
  127.  Formatting
  128.  Formatting
  129. Partitions
  130.  Frequently
  131. Asked
  132. Questions
  133. (FAQ)
  134.  Hard
  135. Structure
  136.  Installing
  137. Operating
  138. Systems
  139.  History
  140. Development
  141.  Liability
  142. Warranty
  143.  Modifying
  144. Existing
  145.  Open
  146. Master
  147. Record
  148.  Open
  149. Table
  150.  Order
  151.  Partition
  152. Types
  153.  Partition
  154. Table
  155.  Partitioning
  156. Programs
  157.  Planning
  158.  Primary
  159. Secondary
  160. Partitions
  161.  Problems
  162. (Overview)
  163.  Problems
  164. Windows
  165. 95/98/ME
  166.  Problems
  167. Hardware
  168.  Problems
  169. Linux
  170.  Problems
  171. Software
  172.  Problems
  173. Windows
  174. NT/2000
  175.  Registration
  176.  Remove
  177.  Return
  178. Values
  179. Using
  180. Exitcode
  181.  Shareware
  182.  Save
  183. Master
  184. Record
  185.  Save
  186. Table
  187.  Select
  188. Partition
  189.  Script
  190.  Short
  191. Overview
  192.  System
  193. Requirements
  194.  Updates
  195.  Short Overview 
  196. The harddisk partitioner PARTITIONSTAR offers you the following functions: 
  197.  Scope of functions like FDISK with many extra features
  198.  UNLIMITED SUPPORT of ALL operating and all file systems (incl. Windows
  199.    2000)
  200.  DECREASING and FORMATTING of FAT 12, 16, and FAT 32 PARTITIONS
  201.  Two programs: One PROGRAM FOR DOS and one for WINDOWS 95/98/ME/NT/2000
  202.  Complete functionality with user interface as well as with OWN SCRIPT
  203.    LANGUAGE
  204.  much more...
  205. SEE ALSO: 
  206.  System
  207. Requirements
  208.  System Requirements 
  209. In order to be able to use the harddisk partitioner PARTITIONSTAR, you will need an Intel-compatible 80486 PC (or later model). 
  210. ALL operating systems and ALL file systems are supported, since the harddisk partitioner's How It Works is not dependent on the operating and/or file system. {
  211. There are two programs: One for DOS (starting with version 4.0) and one for Windows (starting with Windows 95 / NT 3.51). 
  212. SEE ALSO: 
  213.  Short
  214. Overview
  215.  Problem
  216. (Overview)
  217.  Problems
  218. Windows
  219. 95/98/ME
  220.  Problems
  221. Windows
  222.  Problems
  223. Linux
  224.  Problems
  225. Hardware
  226.  Hard Disk Structure 
  227. Every hard disk consists of various cylinders, heads, and sectors. Every hard disk sector has 512 bytes. This is rather complicated and thus not suitable for users to save files on a disk in such a way. 
  228. The hard disk is first "formatted" to allow users to write files to that hard drive. This structures the many cylinders, heads, and sectors in such a way as to permit the storage of entire files. This structure is called a "file system." @
  229. The first hard disks appeared at the beginning of the 80s. At that time developers / users were only familiar with floppy disks. From that point of view, the space of a hard disk seemed very large. The developers thus decided to split large hard disks into smaller units or at least plan for partitioning large drives. 
  230. A file system is written to each of these partitions. Every user knows this file system under the term "drive." The Microsoft operating systems assigned letters such as C:, D:, etc. to these drives . 
  231. One of the reasons for dividing a hard disk is the size of the file systems. The other reason is the option of being able to utilize different file systems (e.g., one for DOS/Windows and another one for Unix/Linux). 8
  232. The process of this division is called "partitioning." 
  233. SEE ALSO: G
  234.  Primary
  235. Secondary
  236. Partitions
  237.  File
  238. Systems
  239.  Formatting
  240. Partitions
  241.  Primary and Secondary Partitions 
  242. A hard disk can be partitioned into up to four partitions. This is due to the table where the position and size of the individual partitions is stored (partition table). This partition table was specified in the beginning of the 80s and is basically still the current status of technology. Since this partition table represents the first division, it is called the "primary partition table." ]
  243. Several operating system developers combined their efforts to introduce a new standard. This new standard was to enable the subdivision of each of the four basic partitions into several parts (partitions). To achieve this, a different type of partition table storage is utilized, which has the potential of allowing an unlimited number of entries. &
  244. This divided partition is actually no partition in the true sense of the word because it cannot - and is not supposed to - contain any file system itself. It only serves to extend the option of partitioning the hard disk. This type of partition is thus usually called an "extended partition." 
  245. The partition table within this partition is then referred to as the "extended partition table" or more exactly the "secondary partition table." 6
  246. These partitions (within this extended partition) are called "secondary partitions" or "logical drives." (The latter term, however, is not quite accurate since in technical terms, primary partitions are also nothing more than a logical division of the physical hard disk and are thus logical drives as well.) 
  247. The technical differentiation between primary and secondary partitions is almost exclusively based on the entry within the respective partition table. 
  248. Not nearly all operating systems, however, have put secondary and primary partitions in the same category. For example, when booting from secondary partitions created with Microsoft operating systems certain restrictions apply. 
  249. SEE ALSO: 
  250.  File
  251. Systems
  252.  File Systems 
  253. After partitioning, each of the partitions is further structured so that data can be saved in that partition. This structure is called a "file system." (A file system should not be confused with an operating system, which enables the starting and execution of programs.) 
  254. After a file system has been written to the hard disk it becomes difficult and even impossible in part to apply any changes (enlarge, reduce, move, or convert). 
  255. That is the reason you should decide carefully what you would like to do and whether this is realizable BEFORE partitioning a hard drive. Problems concerning this issue are discussed further down. 
  256. After the partition for a file system has been created (see further below), the file system has to be created within this partition. This is called "formatting" and is usually performed during the installation of the operating system. 
  257. SEE ALSO: 9
  258.  Primary
  259. Secondary
  260. Partitions
  261.  Formatting
  262. Partitions
  263.  Partitioning Programs 
  264. Several programs are available for partitioning, which can be carried out for almost every operating system. These programs are called "partitioners" or "hard disk partitioners." 
  265. Most operating systems have their own partitioning program. That program is often called "FDISK." Since these programs are often very cumbersome to use, other vendors offer programs such as this one. 
  266. Which program you use to partition the hard disk is actually not important since the partitioning itself is nothing more than dividing the hard drive. Because ALL operating systems understand exactly the same type of hard disk division (primary and secondary partition table), all of the partitioners available on the market HAVE TO be compatible with one another. (Some bootmanagers that manage their own partition tables are the exception. The bootmanager program BOOTSTAR is one such exception). 
  267. The functionality of the partitioning process is offered not only by the independent partitioners but also by other programs such as setup programs of operating systems or a variety of bootmanager programs. 
  268.  Planning a New Hard Disk 
  269. As mentioned above, the subsequent change of an already carried out partitioning is very difficult. This means you should THINK ABOUT WHAT YOU WANT VERY CAREFULLY BEFORE YOU START formatting a hard disk. 
  270. 1. OPERATING SYSTEMS 
  271.  First, determine how many and which operating systems you would like to
  272.  install. Remember that many operating systems cannot be booted from any
  273.  other partition than the primary one. If you are planning to create more
  274.  than four partitions, you should use a bootmanager, which can utilize more
  275.  than four partitions (e.g., the bootmanager BOOTSTAR).
  276.  Also, remember that computers are usually booted only from the first hard
  277.  disk exclusively. If you would like to boot from a different hard disk than
  278.  the first one, you have to use a bootmanager that supports this (e.g., the
  279.  bootmanager BOOTSTAR). Even if the bootmanager permits booting from another
  280.  hard disk it does not mean that this will always work with every other
  281.  operating system.
  282. 2. FILE SYSTEMS Q
  283.  Next, you should be thinking about the type of file system you would like
  284.  to use. It is a good idea to use a separate file system (partition) for
  285.  every operating system so that the operating systems do not interfere with
  286.  one another or destroy each other. 
  287.  Here, you should take into consideration which operating system you will
  288.  use to access another file or operating system (partition).
  289.  Also take partitions without operating system into account, which you might
  290.  use to save "only" files. These partitions can usually also be secondary
  291.  partitions without causing any problems.
  292. 3. OPERATING SYSTEM PROBLEMS 
  293.  Please make sure that your requirements are realizable.
  294.  One of the biggest problems is that not all operating system are able to
  295.  access all file systems. Even if the possibility exists, some file systems
  296.  may have only a limited size or can be located only in a certain area on
  297.  the hard disk.
  298.  There is virtually no type of system planning that does not have some sort
  299.  of restriction for the operating systems on the partitions.
  300. 4. HARDWARE AND SOFTWARE PROBLEMS !
  301.  Your final check should ensure that your plan is compatible with your
  302.  hardware. Some hardware products have limitations (errors).
  303.  Problems may also occur if you are using other software to manage file
  304.  systems (e.g., Drive Imager) or partition tables (e.g., bootmanager
  305.  programs).
  306. PAY ATTENTION TO THIS PLANNING VERY, VERY CAREFULLY!!! 
  307. SEE ALSO: 
  308.  Primary
  309. Secondary
  310. Partitions
  311.  File
  312. Systems
  313.  Problems
  314. Windows
  315. 95/98/ME
  316.  Problems
  317. Windows
  318. NT/2000
  319.  Problems
  320. Linux
  321.  Problems
  322. Software
  323.  Problems
  324. Hardware
  325.  Modifying an Existing Hard Disk 
  326. The difference between using a new hard disk and an exiting one is that an existing one already has a file and operating system which are to be preserved and expanded with additional ones, which might cause some problems. %
  327. Exception: The existing file and operating systems (incl. all files) do not have to be preserved.  In this case, the partitioning process is almost as simple and straightforward as for a new hard disk. Just remove all existing partitions and start over the same way as with a new hard disk. 
  328. If already existing file and operating systems are to be preserved, you have to decide how best to change the existing partitions since the space occupied by the old partitions is to be utilized for the new partitions in most cases.  (A reduction of existing "FAT" file systems is possible with the hard disk partitioner PARTITIONSTAR.) If needed, delete a partition no longer required and create two new partitions instead or vice versa. /
  329. It is impossible to list all of the possibilities within the framework of this text. In many cases your creativity and skill is also a decisive factor. A program that can take care of ALL of these tasks in their entirety and without any problems does not exist and will most likely never exist either. G
  330. Indeed, there are programs with a range of functions for modifying an existing partition exceeding the functions offered by this program but these programs usually cost significantly more than our offered program or promise more than they can keep without threatening the stability and/or content of your existing partitions. 
  331. The worst case scenario is that even a small partitioner error at a critical location during the modification of an existing partition could potentially destroy the entire file system. u
  332. Always make sure you have backed up all of your critical data 100% before starting to modify an existing partition. +
  333. However, if you have made such a backup you can also just delete the entire hard disk including all of the partitions and create new partitions. This way you do not have to make any compromises due to existing circumstances. This solution is not really the fastest one but surely the most orderly. 
  334. SEE ALSO: (
  335.  File
  336. Systems
  337.  Planning
  338.  Partition Types 
  339. Almost every operating system uses its own file system to save its data. The recognition of the file system is initiated via the partition type. Thus, the correct partition type has to be specified for each file system. (The partition type is specified in this program using hexadecimals.) 
  340. The following list cannot be complete since all manufacturers/vendors of operating systems can define their own types in a very short time.     
  341. MS DOS: 
  342.  FAT 12, partition smaller than 32 MB and ends below 8 GB: Type "01"
  343.  FAT 16, partition smaller than 504 MB and ends below 8 GB: Type "04"
  344.  FAT 16, partition smaller than 2 MB and ends below 8 GB: Type "06"
  345. WINDOWS 95: 
  346.  FAT 16, partition smaller than 2 GB and ends below 8 GB: Type "06"
  347.  FAT 16, partition smaller than 2 GB and ends below 8 GB: Type "0E"
  348. WINDOWS 95B OSR 2, WINDOWS 98: 
  349.  FAT 16, partition smaller than 2 GB and ends below 8 GB: Type "06"
  350.  FAT 16, partition smaller than 2 GB and ends below 8 GB: Type "0E"
  351.  FAT 32, ends below 8 GB: Type "0B"
  352.  FAT 32, ends above 8 GB: Type "0C"
  353. WINDOWS NT: q
  354.  FAT 16, partition smaller than 4 GB and ends below 8 GB: Type "06"
  355.  NTFS, begins below cylinder 1024: Type "07"
  356. WINDOWS 2000: A
  357.  FAT 16, partition smaller than 4 GB and ends below 8 GB: Type "06"
  358.  FAT 16, partition smaller than 4 GB and ends below 8 GB: Type "0E"
  359.  FAT 32, partition smaller than 127 GB and ends below 8 GB: Type "0B"
  360.  FAT 32, partition smaller than 127 GB and ends below 8 GB: Type "0C"
  361.  NTFS, begins below cylinder 1024: Type "07"
  362. OS/2: 
  363.  FAT 16, partition smaller than 2 GB and ends below 8 GB: Type "06"
  364.  HPFS, partition smaller than 2 GB and ends below 8 GB: Type "07"
  365. LINUX: P
  366.  ext2fs, begins below cylinder 1024: Type "83"
  367.  Linux Swap Partition: Type "82"
  368. EXPANDED PARTITIONS: H
  369.  Normal: Type "05"
  370.  Partition larger than 8 GB or above 8 GB: Type "0F"
  371. NOVELL NETWARE: 1
  372.  Netware 286: Type "64"
  373.  Netware 3.11: Type "65"
  374. OTHERS: 
  375.  If this list omits a partition type use the type "06" for the installation
  376.  of an operating system. This type is then often corrected automatically
  377.  during installation.
  378.  If needed, check the manual of your operating system for additional
  379.  information and notes about partition types.
  380. SEE ALSO: 
  381.  File
  382. Systems
  383.  Creating
  384. Partitions
  385.  Selecting
  386. Partition
  387.  Partition
  388. Properties
  389.  Problems
  390. Windows
  391. 95/98/ME
  392.  Problems
  393. Windows
  394. NT/2000
  395.  Problems
  396. Linux
  397.  Creating Partitions 
  398. The difficult part is behind you if you are clear about what partitions are and how to use them best for your hard disk. 
  399. The easiest way to create the individual partitions is in the order they appear on the hard disk. You then need only indicate the size and type of the respective partition. 
  400. The partition type represents a reference to the file system within the partition. However, it is nothing more than a reference. The partition type modification within the partition table does not change the file system. j
  401. Many formatting programs use the partition type as the criterion for which file system is to be created. 
  402. Partitioning Steps: 
  403.  1. Determine the partition type
  404.  2. Select hard disk (when several hard disks exist)
  405.  3. Add the partition by specifying size and partition type
  406. Finished! 
  407. SEE ALSO: 
  408.  Partition
  409. Types
  410.  Partition
  411. Table
  412.  Partition
  413. Properties
  414.  Selecting
  415. Partition
  416.  Problems
  417. Windows
  418. 95/98/ME
  419.  Problems
  420. Windows
  421. NT/2000
  422.  Problems
  423. Linux
  424.  Formatting Partitions 
  425. A file system has to be created for every individual partition after the partitioning process is finished (the partition has to be formatted). 
  426. Individual file systems can already be partitioned with this program. This is the easiest way because it prevents confusing one or several partitions with other partitions. 
  427. Before you utilize a(nother) program for formatting you should always verify once more that you have selected the right partition to be formatted! 
  428. If possible, you should first format all partitions before installing the operating systems. This prevents accidentally deleting an already installed operating system. 
  429. Most of the setup programs are also able to format partitions. However, these pose the risk to accidentally select the incorrect partition and thus delete an existing file system (operating system)! 
  430. SEE ALSO: 
  431.  File
  432. Systems
  433.  Formatting
  434.  Installing Operating Systems 
  435. After the individual partitions have been successfully installed, you can begin with the installation of the individual operating systems. 
  436. This should be carried out with care as well. If you should accidentally select the wrong partition during installation, you might overwrite another operating system. 
  437. This risk can be lessened by activating the respective partition before starting the installation. This means that you select that partition as the boot partition. Just select the boot partition from the partition table and label it "active." s
  438. Most operating systems will then suggest the thus activated partition in their setup program during installation. 
  439. Using a bootmanager that hides all other partitions while installing the operating systems increases safety even more. This prevents selecting the wrong partition during the operating system installation. Such a function is offered by the bootmanager program BOOTSTAR. 
  440. SEE ALSO: Z
  441.  Problems
  442. Windows
  443. 95/98/ME
  444.  Problems
  445. Windows
  446. NT/2000
  447.  Problems
  448. Linux
  449.  Booting without Bootmanager 
  450. Before being able to boot from another partition (another operating system), you have to select it in some way. 
  451. The are actually no standardized techniques for this. Without a bootmanager, you have to "activate" this partition in the partition table before booting another operating system. 
  452. Of course, this is quite awkward. That is the reason so many so-called "bootmanagers" are now available on the market. These programs allow users to select a partition and with that an operating system during booting. n
  453. The hard disk partitioner PARTITIONSTAR may be used to switch the active partition via command line options. 
  454. SEE ALSO: 0
  455.  Booting
  456. Bootmanager
  457.  Command
  458. Options
  459.  Booting with Bootmanager 
  460. Some operating systems include a bootmanager (e.g., OS/2, Windows NT/2000). However, most of these bootmanagers are still rather cumbersome to use during installation and while running. /
  461. Of course, the whole purpose of a bootmanager included in an operating system is to boot this operating system. All other operating systems can and should! be ignored during this process. The configuration is quite often only possible by applying a lot of know-how or after using third-party software. M
  462. Some operating system independent bootmanagers, however, still do not support the booting of all operating systems. The reason for this is very simple: These bootmanagers already use some parts of certain operating systems. Any unrestricted functionality can therefore be guaranteed only in connection with these operating systems. 
  463. These types of bootmanagers are easy to recognize because they are installed within a partition. The installation has to be quite often carried out within a partition with a special operating systems as well (examples: NTLoader - the bootmanager of Windows NT or LILO - the bootmanager of Linux). The bootmanager of OS/2 is outdated and supports only hard disks up to 8 gigabytes in size, for example. 
  464. The bootmanager BOOTSTAR is completely file system and operating system independent, no matter which file or operating system is used. All file and operating systems are thus supported without limitations or restrictions. 
  465. SEE ALSO: 
  466.  Booting
  467. without
  468. Bootmanager
  469.  Problems (Overview) 
  470. GENERAL: 
  471.  For most operating systems, it might be necessary to set the harddisk in
  472.    the BIOS to the "LBA" mode.
  473.  While running Windows the partition Windows has been started can't be
  474.    copied or modified. The reason for this is Windows blocked the partition.
  475.    You can solve this problem by using the DOS VERSION OF THIS PROGRAM.
  476.    Please note that this does NOT FUNCTION FROM WITHIN THE DOS BOX offered
  477.    by Windows because the same problem would occur.
  478. SEE ALSO: 
  479.  Problems
  480. Windows
  481. 95/98/ME
  482.  Problems
  483. Windows
  484.  Problems
  485. Linux
  486.  Problems
  487. Hardware
  488.  Problems
  489. Software
  490.  Problems with DOS / Windows 95/98/ME 
  491. GENERAL: M
  492.  For FAT 16 partitions, the maximum partition size is 2 GB.
  493.  For MS-DOS up to version 4.x, only one primary partition at one time
  494.    (boot image) may be visible. (However, it is not a problem to install
  495.    several.).
  496.  It is possible to boot from the 2nd harddisk only if no primary partition
  497.    is visible on the 1st harddisk.
  498. INSTALLATION STARTING ABOVE 2 GB: 
  499.  (works only with Window 95 and higher)
  500.  Set up type "0E" partition.
  501.  If other operating systems are to access this partition, type "0E" should
  502.    perhaps be changed to "06" after the installation process.
  503. INSTALLATION ON SECOND HARD DRIVE: 
  504.  When installing on the second hard drive, the power has to be disconnected
  505.  to the first hard drive during the installation process. 
  506.  An alternative is to "manually" install DOS (with FORMAT, SYS, and COPY).
  507. SEE ALSO: 
  508.  Partition
  509. Types
  510.  Problems
  511. (Overview)
  512.  Problems
  513. Windows
  514. NT/2000
  515.  Problems
  516. Linux
  517.  Problems
  518. Hardware
  519.  Problems
  520. Software
  521.  Problems with Windows NT/2000 
  522. GENERAL: 
  523.  For FAT 16 partitions, the maximum partition size is 4 GB.
  524.  Windows NT: It is possible to boot from FAT 16 (type "06") partitions
  525.    only if the partition starts before cylinder 1024.
  526.  Only one Windows NT/2000 partition may be visible at any one time.
  527. NTLOADER - BOOT.INI: S
  528.  The file BOOT.INI contains the information on which partition Windows
  529.  NT/2000 is installed. In this case the information concerns the position of
  530.  the partition in the partitioning table of the master boot record. That
  531.  means that the master boot record partition table and the file BOOT.INI
  532.  from Windows NT/2000 have to be in agreement with one another.
  533.  The position in the master boot record partition table can be set in the
  534.  boot image ("Positions in MBR"). 
  535.  The position in the BOOT.INI can be set as follows: 
  536.  [boot loader]
  537.  default=multi(0)disk(0)rdisk(0)partition(1)WINNT
  538.  [operating systems]
  539.  multi(0)disk(0)rdisk(0)partition(1)WINNT="Windows NT"
  540.  The information specified in "partition(1)" is decisive. If needed, all
  541.  specifications entered have to be corrected! The specification for the
  542.  first partition is the number 1.
  543. WINDOWS NT: INSTALLATION ABOVE 2 GB: 
  544.  To install above 2 GB, the partition has to be formated (FAT 16) with
  545.    this program.
  546.  IDE hard drives with 8 GB and larger are supported without any problems
  547.    starting with Windows NT 4.0 - Service Pack 4 (SP4). Contributing to the
  548.    solution is a new "Atapi.sys" driver. More information can be found on
  549.    the Internet at:
  550.    http://support.microsoft.com/support/kb/articles/q197/6/67.asp
  551. INSTALLATION ON 2ND HARDDISK: 
  552.  TO INSTALL from the 2nd hard drive, the power has to be DISCONNECTED to the
  553.  1st hard drive. After the installation of Windows NT/2000 is complete, the
  554.  power is reactivated.
  555.  A small "boot partition" has to be created on the 1st hard drive. The size
  556.  for this "boot partition" should be equal to the size of the named file or
  557.  the "swap file."
  558.  FORMAT (FAT 16) THIS PARTITION WITH THIS PROGRAM!
  559.  Then copy the files NTLDR, NTDETECT.COM, and BOOT.INI from the Windows
  560.  NT/2000 partition to this "boot partition." The files have to have the
  561.  attributes "S," "H," and "R".
  562.  The file BOOT.INI also has to list the 2nd harddisk in "rdisk()": 
  563.  [boot loader]
  564.  default=multi(0)disk(0)rdisk(0)partition(1)WINNT
  565.  [operating systems]
  566.  multi(0)disk(0)rdisk(0)partition(1)WINNT="Windows NT"
  567.  If necessary, all entered specifications have to be corrected! The entered
  568.  specification for the first harddisk is a "0" (zero).
  569. SEE ALSO: 
  570.  Partition
  571. Types
  572.  Problems
  573. (Overview)
  574.  Problems
  575. Windows
  576. 95/98/ME
  577.  Problems
  578. Linux
  579.  Problems
  580. Hardware
  581.  Problems
  582. Software
  583.  Problems with Linux 
  584. GENERAL: W
  585.  Linux can only be booted if the partition starts on a cylinder before
  586.  cylinder 1024.
  587. LILO CONFIGURATION - LILO.CONF: 
  588.  The file lilo.co contains the information on which partition Linux is
  589.  installed. This information refers to the position of the partition in the
  590.  master boot record partition table. Thus, the master boot record partition
  591.  table and the file lilo.conf from Linux have to be in agreement with one
  592.  another.
  593.  The position of the respective partition can be set in the boot image.
  594.  The position of the file lilo.conf can be set as follows:
  595.    boot = /dev/hda1    ; IDE harddisk
  596.    boot = /dev/sda1    ; SCSI harddisk
  597.  The specification "hda1" and/or "sda1" is decisive. If necessary, all
  598.  entered specifications have to be corrected! The entered specification for
  599.  the first partition is a "1".
  600. SEE ALSO: 
  601.  Partition
  602. Types
  603.  Problems
  604. (Overview)
  605.  Problems
  606. Windows
  607. 95/98/ME
  608.  Problems
  609. Windows
  610. NT/2000
  611.  Problems
  612. Hardware
  613.  Problems
  614. Software
  615.  Problems with Hardware 
  616. ABIT CONTROLLER: ;
  617.  PROBLEM:
  618.  Error while loading partition tables (158)
  619.  SOLUTION:
  620.  perhaps BIOS Update
  621. SCSI CONTROLLER ADAPTEC 2940 FIRMWARE VERSION 1.20-1.22: 
  622.  PROBLEM:
  623.  Error while loading partition tables (158)
  624.  The program cannot be started
  625.  SOLUTION:
  626.  Deactivate "Interrupt 13 BIOS Extensions Support" (Harddisks smaller
  627.     than 8 GigaBytes)
  628.  Firmware Update to version 1.23 or higher
  629. IOMEGA ZIP DRIVES AND WINDOWS NT: O
  630.  PROBLEM:
  631.   Single error message "Drive not Ready" when starting the prorgam.
  632.  SOLUTION:
  633.   Select "Ignore." (This prompt is based on a Windows NT bug.)
  634. BIOS WITH ANTI-VIRUS OPTIONS (ALMOST ALL BIOS): r
  635.  PROBLEM:
  636.   Warning after which a program tries to modify the master boot record. This
  637.   is most likely a virus.
  638.  SOLUTION:
  639.   This might be a message from an anti-virus program: The bootmanager
  640.   BootStar modifies the master boot record. That is the reason why some
  641.   anti-virus programs erroneously eport this as a virus. Please permit the
  642.   modification because the harddisk partitioner PARTITIONSTAR can otherwise
  643.   not be modify the partition table.
  644. SEE ALSO: 
  645.  Problems
  646. (Overview)
  647.  Problems
  648. Windows
  649. 95/98/ME
  650.  Problems
  651. Windows
  652. NT/2000
  653.  Problems
  654. Linux
  655.  Problems
  656. Software
  657.  Problems with Software 
  658. BOOTMANAGER WITH INSTALLATION IN THE MASTER BOOT RECORD: 
  659.  PROBLEM:
  660.   The harddisk partitioner does not recognize the bootmanager. It thus
  661.   cannot handle the "hidden" partitions correctly.
  662.  SOLUTION:
  663.   Does not exist: You should utilize the harddisk partitioner PARTITIONSTAR
  664.   if you have installed a bootmanager in the master boot record! (Exception:
  665.   The bootmanager BOOTSTAR.)
  666. ANTIVIRUS PROGRAMS: r
  667.  PROBLEM:
  668.   Warning after which a program tries to change the master boot record. This
  669.   is most likely a virus.
  670.  SOLUTION:
  671.   This might be a message from an antivirus program: The harddisk
  672.   partitioner PARTITIONSTAR modifies the master boot record. That is the
  673.   reason why some antivirus programs erroneously report this as a virus.
  674. NORTON ANTIVIRUS: \
  675.  PROBLEM:
  676.   Norton AntiVirus reports a "Bloodhound.Boot" warning for the emergency
  677.   disk.
  678.  SOLUTION:
  679.   Not required: This message is just a warning about a potential virus and
  680.   does not mean an actual virus has been detected.
  681. SEE ALSO: 
  682.  Problems
  683. (Overview)
  684.  Problems
  685. Windows
  686. 95/98/ME
  687.  Problems
  688. Windows
  689. NT/2000
  690.  Problems
  691. Linux
  692.  Problems
  693. Hardware
  694.  Open Table 
  695. PROGRAM: 
  696.  Partition table / File / Open Table...
  697.  Boot Image Table / File / Open Table...
  698.  Extended partition table / File / Open Table...
  699. You may load the content of a currently visible window (..., table, or opening message) from a previously created file.  
  700. If you load a partition table, the old partition table will be completely overwritten with the new one. In case you are loading an outdated or invalid partition table, you may use this feature to overwrite partitions. 
  701. An opening message text may be loaded from a normal ASCII file. The tables have to be loaded from a file previously created with this program.  
  702. SEE ALSO: 
  703.  Save
  704. Table
  705.  Save File 
  706. PROGRAM: Y
  707.  Partition table / File / Save Table...
  708.  Extended partition table / File / Save Table...
  709. You may save the content of a currently visible window in a data file. These files should be stored on a floppy disk if possible so that continuous access is guaranteed even if you should encounter problems (with accessing the harddisk). 
  710. All files are saved in an ASCII file without any encoding. This means you might want to consider protecting them from any unauthorized access. 
  711. SEE ALSO: 
  712.  Open
  713. Table
  714.  Print
  715.  Copy Partition 
  716. PROGRAM: a
  717.  Partition table / File / Copy Partition...
  718.  Extended partition table / File / Copy Partition...
  719. You can copy the entire content of a currently selected partition to another partition. The content of the partition does not matter for the copying process. (For example, this will preserve the Windows 95/98/ME long file names.) 
  720. However, this function only works if the number of heads and sectors of the hard disk and the position of the partition are identical on the hard disk. (Exception: FAT 12, FAT 16, or FAT 32 partitions. These can be copied as desired.) u
  721. If the selected target partition is larger than the source partition, the target partition is adjusted accordingly. 
  722.  Open Master Boot Record 
  723. PROGRAM: 2
  724.  File / Open Master Boot Record... / nth Harddisk
  725. You may load the content of the master boot record in its entirety from a previously created binary file (*.bms). (This file should have been created during installation.) +
  726. In this case, you should make sure that the master boot record contains the bootstrap as well as the partition table and is written in its entirety from the partition table to the file of the master boot record. Loading an outdated or invalid partition table can result in the loss of partitions.  
  727. It rarely serves any purpose to load a master boot record. Should the restoration of the bootstrap be absolutely necessary, the following process might be helpful: 
  728.  Save partition table to file (*.bmt).
  729.  Open master boot record.
  730.  Open partition table from the file generated above (*.bmt).
  731. SEE ALSO: l
  732.  Save
  733. Master
  734. Record
  735.  Partition
  736. Table
  737.  Open
  738. Partition
  739. table
  740.  Save
  741. Partition
  742. table
  743.  Build
  744. Emergency
  745.  Save Master Boot Record 
  746. PROGRAM: 2
  747.  File / Save Master Boot Record... / nth Harddisk
  748. You may save the entire master boot record to a binary file (*.bms). This file may later be used to restore the master boot record exactly as it has been saved. 
  749. SEE ALSO: /
  750.  Open
  751. Master
  752. Record
  753.  Build
  754. Emergency
  755.  Build Emergency Disk 
  756. PROGRAM:  
  757.  File / Build Emergency Disk...
  758. You can create an emergency recovery disk, which will contain the following: 
  759.  FreeOS
  760.  Program (DOS version)
  761.  Master Boot Record as binary file (*.bms) for every hard disk
  762.  Partition table (*.bmt)
  763.  Bootimage table (*.bmi), if needed
  764. You may use this disk to restore your system if all or part of it has been destroyed (due to a technical error or by mistake). 
  765. NOTE: It is not possible to create the emergency disk from the same drive used to start the program! (If necessary, please copy the program to another drive before building the emergency disk.) 
  766. The harddisk partitioner PARTITIONSTAR has no connection with FreeDOS. The harddisk partitioner PARTITIONSTAR does not use any function or functionality of FreeDOS. FreeDOS will be used only to make the emergency disk bootable. <
  767. FREEDOS IS A COMPLETELY INDEPENDENT AND DIFFERENT PROGRAM. 
  768. SEE ALSO: U
  769.  Open
  770. Master
  771. Record
  772.  Save
  773. Master
  774. Record
  775.  Copyright
  776.  Liability
  777. Warranty
  778.  Print 
  779. PROGRAM: 
  780.  File / Print...
  781. You can print out the actual partition table with additional detailed informations. 
  782. A completly overview of all partition tables can be printed by using the DOS program "PARTINFO.EXE" (attachted to this program). 
  783. SEE ALSO: H
  784.  Open
  785. Master
  786. Record
  787.  Save
  788. Master
  789. Record
  790.  Build
  791. Emergency
  792.  Properties of partition 
  793. PROGRAM: e
  794.  Partition table / Edit / Properties...
  795.  Extended partition table / Edit / Properties... / Selection
  796. The following settings have to / can be made for each partition: 
  797. Size: .
  798.  Size of parition in MegaByte and in per cent
  799. Start: 
  800.  Beginning of partition
  801. End: 
  802.  End of partition
  803. Type: Y
  804.  Pressing the button "Selection" offers a list from which to choose the
  805.  partition type.
  806. Name: 
  807.  Here you may indicate a name
  808. Changing the ending information is only possible for FAT and expanded partitions. And then only if the corresponding space is available within the partition. 
  809. Before changing the size of a partition, you should - if possible - defragment the partition first. (Sorry, this program cannot offer a defragmentation function.) 
  810. SEE ALSO: :
  811.  Partition
  812. table 
  813.  Partition
  814. Types
  815.  Select
  816. Partition
  817.  Select Partition Type 
  818. PROGRAM: q
  819.  Partition table / Edit / Properties... / Selection
  820.  Extended partition table / Edit / Properties... / Selection
  821. A list will offer different partition types. Select the one based on the file system to be used. P
  822. You may also select a partition type based on the operating system being used: 
  823.  Partition Types
  824. SEE ALSO: ;
  825.  Properties
  826. partition
  827.  Partition
  828. table
  829.  Partition
  830. Types
  831.  Remove 
  832. PROGRAM: Q
  833.  Partition table / Edit / Remove...
  834.  Extended partition table / Edit / Remove...
  835. You can remove an existing partition. This removes the reference pointing to this partition within the partition table. The used space on the hard disk is thus marked as "free". 
  836. However, the data contained within the partition are not deleted (overwritten), Use the Data Killer WIPESTAR to completely delete partitions, which then prevents the recovery of these data with a harddisk editor. 
  837. SEE ALSO: 
  838.  Partition
  839. Table
  840.  Formating 
  841. PROGRAM: Q
  842.  Partition table / Edit / Format...
  843.  Extended partition table / Edit / Format...
  844. You can use this program to format a (n existing) partition. A selection of file systems is at your disposal for this purpose. This list contains only those file systems that can be formatted with this program. 
  845. If you would like to use a different file system, please utilize an external formatting program. Almost every operating system has such a program included. 
  846. Most of the setup programs of operating systems offer the opportunity to format a partition during the installation process as well. 
  847. SEE ALSO: 8
  848.  File
  849. Systems
  850.  Properties
  851. partition
  852.  Partition
  853. table
  854.  Partition Table 
  855. PROGRAM: 
  856.  Windows / nth Harddisk
  857. This table displays all partitions of the harddisk. 
  858. You will see the following: 
  859.  Number (position) and name of the partition
  860.  Active partition ("<A>")
  861.  Start / end of the partition (only the cylinder specifications are
  862.    indicated here. You will receive information that is more detailed if you
  863.    edit the respective partition).
  864.  Type of partition
  865. SEE ALSO: /
  866.  Properties
  867. partition
  868.  Open
  869.  Save
  870.  Extended Partition Table 
  871. PROGRAM: /
  872.  Partition table / Window / Extended Partition
  873. You may edit the extended partition table the same way as the partition table. 
  874. If you would like to boot from a secondary partition, you have to activate that secondary partition within the extended partition table; then switch this extended partition from inactive to "active" in the partition table |
  875. Some operating systems do not support booting from secondary partitions at all or only if no primary partition is visible. 
  876. SEE ALSO: *
  877.  Properties
  878. partition
  879.  Partition
  880. table
  881.  Registration 
  882. PROGRAM: 
  883.  Help / Registration...
  884. THIS MENU ITEM IS ONLY IN THE SHAREWARE VERSION AVAILABLE! T
  885. Here you can type in your registration key, which you will receive after ordering. D
  886. This registration key always consists of an "User-ID" and a "Key." 
  887. All future installations performed with this program (EXE file) will be executable afterwards without any restrictions as well. 
  888. SEE ALSO: T
  889.  Shareware
  890. (Restictions)
  891.  Updates
  892.  Order
  893.  Copyright
  894. Support
  895.  Liability
  896. Warranty
  897.  Command Line Options (Overview) 
  898. All functions of this program may also be called from within "batch files" using so-called "command options." This is of special interest to companies that have to perform many installations. 
  899. CALL: PSDOS.EXE [/Hidden] [/File[:File]] [/MBR[,HDDn]] [/ClearMBR[,HDDn]] PSWin.exe [/Partition[[:n[=tt][,HDDn]|:File|:s[,HDDn]]|:[NNN]-[s]] /
  900.           [/Reboot[:Off]] [/Password:PPP] [/?]
  901. /MBR 
  902.  Reinitializes the bootstrap in the master boot record, a default bootstrap
  903.  will be generated.
  904.  Return: 
  905.  "1," if successful.
  906. /MBR:FILE >
  907.  Loads the master boot record.
  908.  Return: 
  909.  "1," if successful.
  910. /CLEARMBR D
  911.  Deletes die MBR partition table(s).
  912.  Return: 
  913.  "1," if successful.
  914. /PARTITION J
  915.  Indicates the partition table.
  916.  Return: 
  917.  Number of existing partitions.
  918. /PARTITION:N E
  919.  Activates the "n"th partition.
  920.  Return: 
  921.  "n," if partition exists.
  922. /PARTITION:N=TT e
  923.  Changes the type of the "n"th partitons.
  924.  tt is the type in hex
  925.  Return:
  926.  "n," if partition exists.
  927. /PARTITION:N:S P
  928.  Loads the "n"th partition from "s"th partition.
  929.  Return: 
  930.  "n," if successful.
  931. /REBOOT 
  932.  Reboots the system (reset).
  933. /REBOOT:OFF d
  934.  Turn off the system (requires "Advanced Power Management V1.2").
  935.  Return:
  936.  "0", if not successful.
  937. /PASSWORD:PPP 
  938.  Permits calling the program and, if needed, creates a new password. This
  939.  command might have to be issued first!
  940.  PPP: Password for the bootmanager BOOTSTAR
  941.  Return:
  942.  "1", if incorrect password was indicated.
  943. /HIDDEN +
  944.  Suppresses screen output.
  945.  Return:
  946.  None.
  947. /FILE[:FILE] 
  948.  Reads commands from file. Details in the following section.
  949.  Return:
  950.  Taken over by last command or "0," if the file "file" was not found.
  951.  Displays this help.
  952. All entries start with "1" (e.g., 1st harddisk: ",HDD1"; 1st partition: "/partition:1"). U
  953. The return value "0" (zero) always refers to an error (if not indicated otherwise). 
  954. SEE ALSO: +
  955.  Script
  956.  Return
  957. Values
  958. Using
  959. Exitcode
  960.  Script File 
  961. An alternative to indicating all commands in a batch file is the "script file." More details about the commands can be obtained in the section Command Options. Script files should have the extension "*.scr." Within this file, all commands written in command option lines are indicated with "/." N
  962. Only one command may be written within one line. Commentaries start with ";" E
  963. If no file name is indicated, then the file PSDOS.SCR will be used. 
  964. The command "Hidden" should not be used in the script file, because output will not be suppressed until this command has been called. 
  965. SEE ALSO: 4
  966.  Command
  967. Options
  968.  Return
  969. Values
  970. Using
  971. Exitcode
  972.  Return Values Using Exitcode 
  973. The return values within a batch file can be handled as follows: 
  974.  COUNT.BAT:
  975.  PSDOS.EXE /partition
  976.  If Errorlevel 3 Goto LABEL3      ; The sequence must always 
  977.  If Errorlevel 2 Goto LABEL2      ; view the highest Errorlevel
  978.  If Errorlevel 1 Goto LABEL1      ; first!
  979.  Echo INSTALL.BAT: No partitions exist!
  980.  :LABEL1
  981.  Echo INSTALL.BAT: One partition exists!
  982.  Goto END
  983.  :LABEL2
  984.  Echo INSTALL.BAT: Two partitions exists!
  985.  Goto END
  986.  :LABEL3
  987.  Echo INSTALL.BAT: Three or more partitions exist!
  988.  Goto END
  989.  :END
  990. Additional information about batch programming is listed in the manual of the DOS operating system. 
  991. SEE ALSO: #
  992.  Command
  993. Options
  994.  Script
  995.  Shareware (Restrictions) 
  996. NOTES FOR THE SHAREWARE VERSION: 
  997. You may test and evaluate this program free of charge and pass it along to other interested users as well (without any registration key). Proper and standard use, however, requires a registration of the program (buying the program). f
  998. Without a registration key, you can use the shareware version without any restrictions for 30 days.  
  999. ONE license is required for EACH computer using the harddisk partitioner PARTITIONSTAR! If several licenses are ordered, it is possible to obtain a key for all licenses.  
  1000. SEE ALSO: @
  1001.  Registration
  1002.  Order
  1003.  Copyright
  1004. Support
  1005.  Liability
  1006. Warranty
  1007.  Order 
  1008. NOTES FOR THE SHAREWARE VERSION: R
  1009. You can order the shareware version of this program by using the following ways: [
  1010.  1. Using the online shop on the Internet.
  1011.  2. Using the enclosed order form "ORDER.TXT".
  1012. All other ordering details and prices can be found on the ordering form. 
  1013. Updates of the shareware version may be downloaded from the Internet whenever they become available. Currently, all updates are free! 
  1014. SEE ALSO: :
  1015.  Shareware
  1016.  Registration
  1017.  Copyright
  1018.  Liability
  1019. Warranty
  1020.  Updates 
  1021. Updates are very easy: Start the program of the new version. 
  1022. SEE ALSO: 
  1023.  Order
  1024.  Copyright 
  1025. Copyright (C) of the harddisk partitioner PARTITIONSTAR rests with: 
  1026. Postal Mail: >
  1027.  Star-Tools GmbH
  1028.  Hopfenweg 207
  1029.  22851 Norderstedt
  1030.  Germany
  1031. Internet: 
  1032.  http://www.star-tools.com/
  1033. Fax: 
  1034.  +49 40 52950607
  1035. Phone: 
  1036.  +49 40 52950606
  1037. All listed trademarks are property of their respective owner(s)! 
  1038. This program is delivered together with a limited version of FreeDOS. To be exact, it is possible  to create a boot disk using this program together with FreeDOS. This program does not use any function or functionality of FreeDOS. 
  1039. The copyright of this program has no connection with the copyright of FreeDOS. The rights of use of this program have no connection with the rights of use of FreeDOS. 
  1040. FREEDOS IS A COMPLETELY INDEPENDENT AND DIFFERENT PROGRAM AND IS SUBJECT TO THE GENERAL RIGHTS OF USE AND THE GENERAL PUBLIC LICENSES (GPL). 
  1041. Source code to FreeDOS is available; either write to us for a copy of the kernel source code that we used, or visit http://www.freedos.org/ to download the latest version of FreeDOS! 
  1042. SEE ALSO: ?
  1043.  Frequently
  1044. Asked
  1045. Questions
  1046. (FAQ)
  1047.  Liability
  1048. Warranty
  1049.  Order
  1050.  Liability / Warranty 
  1051. If this program is used improperly, it may result in the IRRETRIEVABLE DESTRUCTION OF ALL DATA ON YOUR HARDDISK! 
  1052. It is thus absolutely necessary to create a backup before using the harddisk partitioner PARTITIONSTAR. According to the ruling by the district court Konstanz 1 S 292/95 from May 10 1997, daily data backup is REASONABLE and can be EXPECTED! j
  1053. THUS, ANY RESPONSIBILITY OR LIABILITY FOR ANY LOSSES OR DAMAGES IS NOT ACCEPTED! UNDER NO CIRCUMSTANCES! 8
  1054. The purchase of this software is according to the BGB 
  1055. 494 (German Federal Legal Code) a "TRIAL PURCHASE". This means that the software can be evaluated BEFORE the actual purchase. The software is provided AS IS without warranty of any kind. Any rights for modifications or follow-up corrections DO NOT exist.  w
  1056. Should you find any errors, please let our support staff know and we will try to correct the error within a few days. G
  1057. Any bug notifications will be rewarded with a free registration key!  b
  1058. The harddisk partitioner PARTITIONSTAR is delivered together with a limited version of FreeDOS. x
  1059. FREEDOS IS A COMPLETELY INDEPENDENT AND DIFFERENT PROGRAM. FreeDOS is freeware and does not grant any warranty claims. @
  1060. More about FreeDOS on the Internet at: http://www.freedos.org/ 
  1061. SEE ALSO: 
  1062.  Copyright
  1063.  Updates
  1064.  Frequently Asked Questions (FAQ) 
  1065. DOES THE HARDDISK PARTITIONER PARTITIONSTAR SUPPORT THE OPERATING SYSTEMS / FILE SYSTEMS XYZ? K
  1066.  Yes, the harddisk partitioner PARTITIONSTAR functions independently from
  1067.  the operating or file systems!
  1068.  A few operating systems, however, have some limitations, which need to be
  1069.  observed when using the harddisk partitioner PARTITIONSTAR:
  1070.   Problems
  1071. Windows
  1072. 95/98/ME
  1073.   Problems
  1074. Windows
  1075.   Problems
  1076. Linux
  1077. IS IT POSSIBLE FOR THE HARDDISK PARTITIONER PARTITIONSTAR TO MANAGE THE OPERATING SYSTEM(S) XYZ TOGETHER WITH THE OPERATING SYSTEM(S) XYZ? 
  1078.  Yes, the harddisk partitioner PARTITIONSTAR can manage individual operating
  1079.  systems completely separate. Therefore, every individual operating system
  1080.  works with every other operating system.
  1081. DOES THE HARDDISK PARTITIONER PARTITIONSTAR SUPPORT THE XYZ HARDWARE? 
  1082.  The harddisk partitioner PARTITIONSTAR basically supports EVERY Hardware.
  1083.  However, some hardware products have inherent errors, which become
  1084.  noticeable when installing and using the harddisk partitioner
  1085.  PARTITIONSTAR:
  1086.   Problems
  1087. Hardware
  1088. I HAVE PLANNED TO DO THE FOLLOWING: XYZ. HOW CAN I REALIZE THIS USING THE HARDDISK PARTITIONER PARTITIONSTAR? .
  1089.  We regret to inform you that we cannot supply individual installation and
  1090.  setup instructions.
  1091.  Please read the manual of your operating system. Additional problem
  1092.  solutions may be found on the following pages:
  1093.   Problems
  1094. Windows
  1095. 95/98/ME
  1096.   Problems
  1097. Windows
  1098.   Problems
  1099. Linux
  1100. I HAVE PROBLEMS WITH THE INSTALLATION OF THE OPERATING SYSTEM(S) XYZ. CAN YOU HELP ME? .
  1101.  We regret to inform you that we cannot supply individual installation and
  1102.  setup instructions.
  1103.  Please read the manual of your operating system. Additional problem
  1104.  solutions may be found on the following pages:
  1105.   Problems
  1106. Windows
  1107. 95/98/ME
  1108.   Problems
  1109. Windows
  1110.   Problems
  1111. Linux
  1112. I WOULD LIKE TO CHANGE THE SEQUENCE OF THE DRIVE DESIGNATIONS (OR DRIVE LETTERS). HOW DO I DO THAT? 
  1113.  The drive designation management is performed by the respective operating
  1114.  system. However, you have some influence on the drive order by changing
  1115.  drive positions in the master boot record:
  1116. I HAVE TESTED THE SHAREWARE VERSION OF THE HARDDISK PARTITIONER PARTITIONSTAR AND NOW WOULD LIKE TO PURCHASE IT. HOW DO I DO THAT? 
  1117.  Please use the order form included with the program. All price and delivery
  1118.  information is outlined in this order form.
  1119.  As an alternative, you may use an online shop. You will receive your
  1120.  registration key faster that way.
  1121. HOW DO I GET UPDATES OF THE HARDDISK PARTITIONER PARTITIONSTAR? e
  1122.  Current updates of the harddisk partitioner PARTITIONSTAR are (only)
  1123.  obtainable via the Internet.
  1124. WHAT IS THE COST OF AN UPDATE? 
  1125.  If you are using the shareware version, then the updates are currently free
  1126.  of charge. In all other cases, please consult your vendor/dealer.
  1127. I HAVE LOST MY REGISTRATION KEY. CAN YOU SEND ME MY KEY AGAIN? p
  1128.  Unfortunately, we cannot offer this service because the cost would just
  1129.  about equal the cost of a new order.
  1130.  History of Development 
  1131. The following overview shows the development history of the harddisk partitioner PARTITIONSTAR : 
  1132. All versions not listed here contain only very small error corrections or insignificant small changes. As long as you do not experience any system problems you do not need to update the program. 
  1133. 1.3X "
  1134.  Partition table can be printed
  1135. 1.1X /
  1136.  Partition may be copied to other partitions
  1137. 1.0X V
  1138.  First functional version. All function are transfered from the bootmanager
  1139.  BOOTSTAR
  1140. SEE ALSO:     
  1141.  Updates
  1142.  Error Message: Access Denied 
  1143. You will receive this error message when ANOTHER APPLICATION blocks any access. This other application can be WINDOWS itself. K
  1144. Please close all other applications and programs and retry the operation. 
  1145. If this does not solve the problem, you can use the DOS VERSION OF THIS PROGRAM. Please note that this does NOT FUNCTION FROM WITHIN THE DOS BOX offered by Windows because the same problem would occur. )
  1146. The easiest way to use the DOS version is to create an EMERGENCY DISK with the program and BOOT WITH THAT DISK. The DOS version of this program is automatically started when using the emergency disk to boot into DOS. The DOS version offers the identical operation and use as the Windows version. 
  1147. SEE ALSO: 
  1148.  Build
  1149. Emergency
  1150.  Error Message: The partition has to end at least at ... 
  1151. You will receive this error message if you tried to decrease a partition even though some space is used within this partition (sectors). d
  1152. Defragmenting this partition might help. A defragmenter program is included with Windows (defrag). 
  1153. You should close all other programs before using the defragmenter because open files will hinder the defrag process. In some case you might have to reboot your computer and use the defragmenter again to achieve the desired result. 
  1154.